type google.golang.org/grpc.ccBalancerWrapper

16 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L61: type ccBalancerWrapper struct {
		balancer_wrapper.go#L84: func newCCBalancerWrapper(cc *ClientConn) *ccBalancerWrapper {
		balancer_wrapper.go#L86: 	ccb := &ccBalancerWrapper{
		balancer_wrapper.go#L104: func (ccb *ccBalancerWrapper) MetricsRecorder() stats.MetricsRecorder {
		balancer_wrapper.go#L111: func (ccb *ccBalancerWrapper) updateClientConnState(ccs *balancer.ClientConnState) error {
		balancer_wrapper.go#L143: func (ccb *ccBalancerWrapper) resolverError(err error) {
		balancer_wrapper.go#L155: func (ccb *ccBalancerWrapper) close() {
		balancer_wrapper.go#L171: func (ccb *ccBalancerWrapper) exitIdle() {
		balancer_wrapper.go#L180: func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (balancer.SubConn, error) {
		balancer_wrapper.go#L210: func (ccb *ccBalancerWrapper) RemoveSubConn(balancer.SubConn) {
		balancer_wrapper.go#L215: func (ccb *ccBalancerWrapper) UpdateAddresses(sc balancer.SubConn, addrs []resolver.Address) {
		balancer_wrapper.go#L223: func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
		balancer_wrapper.go#L250: func (ccb *ccBalancerWrapper) ResolveNow(o resolver.ResolveNowOptions) {
		balancer_wrapper.go#L263: func (ccb *ccBalancerWrapper) Target() string {
		balancer_wrapper.go#L272: 	ccb           *ccBalancerWrapper // read-only
		clientconn.go#L695: 	balancerWrapper *ccBalancerWrapper         // Always recreated whenever entering idle to simplify Close.